rbtree: changes to align the code with Linux tree
authorPraveen Kumar <kpraveen.lkml@gmail.com>
Thu, 3 Aug 2017 10:24:25 +0000 (12:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Aug 2017 10:24:25 +0000 (12:24 +0200)
commit5603a282fd0200ffc399b72af1aa5767d0952360
treee12dd1ed6de5781c0b387ff14cfa94196de8f38d
parentfc15da466961bc97bd9e246dc08f0f541116144b
rbtree: changes to align the code with Linux tree

The patch aligns the code of rbtree related files with Linux tree.
This will minimize the conflicts during any future porting from Linux tree.

Linux commit till f4b477c47332367d35686bd2b808c2156b96d7c7 for rbtree.h
This includes addition of commented inline functions in rbtree.h, to have
complete replica from Linux tree.

Linux commit till 4c60117811171d867d4f27f17ea07d7419d45dae for rbtree.c
This includes updates in comments in header note in rbtree.c.

Signed-off-by: Praveen Kumar <kpraveen.lkml@gmail.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/rbtree.c
xen/include/xen/rbtree.h